home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / PublicDomain / Spiele / Classic_Racer / Docs / How to draw own courses < prev    next >
Text File  |  2000-03-14  |  2KB  |  64 lines

  1.  
  2. Description how to create own Classic Racer courses
  3. ===================================================
  4.  
  5. (der deutsche Text ist in ClassicRacer.txt enthalten)
  6.  
  7.  
  8.  
  9. To draw your own course you just need one of the classic ;-) paint programs
  10. like PPaint or DPaint.
  11. To start it is probably the best to load one of the pictures in the "Kurse"
  12. directory as template...
  13.  
  14.  
  15.   1. File format:
  16.  
  17.      The Classic Racer only accepts IFF-ILBM pictures with 16 colors.
  18.  
  19.  
  20.   2. Picture size:
  21.  
  22.      The minimal dimensions of a Classic Racer course are 320*256 pixel. You
  23.      can enlarge the picture as long as it fits into chip memory.
  24.      Please notice that the width must be a multiple of 8.
  25.  
  26.  
  27.   3. Interpretation of the colors:
  28.  
  29.      All course elements like road and walls are just recognized by
  30.      different colors:
  31.  
  32.       Number Function       Number Function
  33.       ---------------------------------------------
  34.       00     (reserved)     08     start position 1
  35.  
  36.       01     earth/grass    09     start position 2
  37.  
  38.       02     road           10     start position 3
  39.  
  40.       03     road           11     start position 4
  41.  
  42.       04     finish         12     oil
  43.  
  44.       05     water          13     earth/grass
  45.  
  46.       06     wall           14     wall
  47.  
  48.       07     road           15     wall
  49.  
  50.      The appearance of the colors can be adapted to your needs, just
  51.      0,8,9,10 and 11 will be set by the program.
  52.  
  53.  
  54.   4. Start pixels
  55.  
  56.      To tell Classic Racer where the four players should start, you have to
  57.      set four pixels on your course. One pixel for every color from 8 to 11.
  58.      The distance between the pixels should at least 10 pixel.
  59.  
  60.  
  61. Just save the final picture in the "Kurse" directory and test it...
  62.  
  63.  
  64.